home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / GetDXVer / GetDXVer.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  3.0 KB  |  125 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="GetDXVer"
  6.     ProjectGUID="{86EEDF9B-C84E-47E2-8D12-723B0C00AADB}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="3"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="0"
  27.                 WarningLevel="3"
  28.                 Detect64BitPortabilityProblems="TRUE"
  29.                 DebugInformationFormat="4"/>
  30.             <Tool
  31.                 Name="VCCustomBuildTool"/>
  32.             <Tool
  33.                 Name="VCLinkerTool"
  34.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  35.                 AdditionalDependencies="Version.lib dxguid.lib"
  36.                 OutputFile="$(OutDir)/GetDXVer.exe"
  37.                 LinkIncremental="2"
  38.                 GenerateDebugInformation="TRUE"
  39.                 ProgramDatabaseFile="$(OutDir)/GetDXVer.pdb"
  40.                 SubSystem="2"
  41.                 TargetMachine="1"/>
  42.             <Tool
  43.                 Name="VCMIDLTool"/>
  44.             <Tool
  45.                 Name="VCPostBuildEventTool"/>
  46.             <Tool
  47.                 Name="VCPreBuildEventTool"/>
  48.             <Tool
  49.                 Name="VCPreLinkEventTool"/>
  50.             <Tool
  51.                 Name="VCResourceCompilerTool"/>
  52.             <Tool
  53.                 Name="VCWebServiceProxyGeneratorTool"/>
  54.             <Tool
  55.                 Name="VCWebDeploymentTool"/>
  56.         </Configuration>
  57.         <Configuration
  58.             Name="Release|Win32"
  59.             OutputDirectory="Release"
  60.             IntermediateDirectory="Release"
  61.             ConfigurationType="1"
  62.             CharacterSet="2">
  63.             <Tool
  64.                 Name="VCCLCompilerTool"
  65.                 Optimization="2"
  66.                 InlineFunctionExpansion="1"
  67.                 OmitFramePointers="TRUE"
  68.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  69.                 StringPooling="TRUE"
  70.                 RuntimeLibrary="4"
  71.                 EnableFunctionLevelLinking="TRUE"
  72.                 UsePrecompiledHeader="0"
  73.                 WarningLevel="3"
  74.                 Detect64BitPortabilityProblems="TRUE"
  75.                 DebugInformationFormat="3"/>
  76.             <Tool
  77.                 Name="VCCustomBuildTool"/>
  78.             <Tool
  79.                 Name="VCLinkerTool"
  80.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  81.                 AdditionalDependencies="Version.lib dxguid.lib"
  82.                 OutputFile="$(OutDir)/GetDXVer.exe"
  83.                 LinkIncremental="1"
  84.                 GenerateDebugInformation="TRUE"
  85.                 SubSystem="2"
  86.                 OptimizeReferences="2"
  87.                 EnableCOMDATFolding="2"
  88.                 TargetMachine="1"/>
  89.             <Tool
  90.                 Name="VCMIDLTool"/>
  91.             <Tool
  92.                 Name="VCPostBuildEventTool"/>
  93.             <Tool
  94.                 Name="VCPreBuildEventTool"/>
  95.             <Tool
  96.                 Name="VCPreLinkEventTool"/>
  97.             <Tool
  98.                 Name="VCResourceCompilerTool"/>
  99.             <Tool
  100.                 Name="VCWebServiceProxyGeneratorTool"/>
  101.             <Tool
  102.                 Name="VCWebDeploymentTool"/>
  103.         </Configuration>
  104.     </Configurations>
  105.     <Files>
  106.         <File
  107.             RelativePath="GetDXVer.rc">
  108.         </File>
  109.         <File
  110.             RelativePath="..\..\Common\directx.ico">
  111.         </File>
  112.         <File
  113.             RelativePath="dxver.cpp">
  114.         </File>
  115.         <File
  116.             RelativePath="getdxver.cpp">
  117.         </File>
  118.         <File
  119.             RelativePath="resource.h">
  120.         </File>
  121.     </Files>
  122.     <Globals>
  123.     </Globals>
  124. </VisualStudioProject>
  125.